We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c50ebe1 + e7f6029 commit 86cde32Copy full SHA for 86cde32
.travis.yml
@@ -8,18 +8,18 @@ os:
8
- osx
9
julia:
10
- 1.3
11
- - 1.4
+ - 1
12
- nightly
13
notifications:
14
email: false
15
after_success:
16
- - if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
+ - if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
17
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
18
fi
19
jobs:
20
include:
21
- stage: "Documentation"
22
- julia: 1.4
+ julia: 1
23
os: linux
24
script:
25
- export DOCUMENTER_DEBUG=true
0 commit comments