Skip to content

Commit e7f6029

Browse files
authored
Test stable Julia version
1 parent c50ebe1 commit e7f6029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ os:
88
- osx
99
julia:
1010
- 1.3
11-
- 1.4
11+
- 1
1212
- nightly
1313
notifications:
1414
email: false
1515
after_success:
16-
- if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
16+
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
1717
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
1818
fi
1919
jobs:
2020
include:
2121
- stage: "Documentation"
22-
julia: 1.4
22+
julia: 1
2323
os: linux
2424
script:
2525
- export DOCUMENTER_DEBUG=true

0 commit comments

Comments
 (0)