Skip to content

Commit 61c4825

Browse files
authored
Merge pull request #52 from TuringLang/devmotion-patch-1
Run CI tests on Julia 1.4
2 parents 70b65c6 + 7bd082e commit 61c4825

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ os:
88
- osx
99
julia:
1010
- 1.0
11-
- 1.1
12-
- 1.2
13-
- 1.3
11+
- 1
1412
- nightly
1513
matrix:
1614
allow_failures:
@@ -19,6 +17,6 @@ matrix:
1917
notifications:
2018
email: false
2119
after_success:
22-
- if [[ $TRAVIS_JULIA_VERSION = 1.3 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
20+
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
2321
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
2422
fi

0 commit comments

Comments
 (0)