Skip to content

Commit 56458ad

Browse files
committed
Update .travis.yml
1 parent b95ea9c commit 56458ad

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
language: julia
33
os:
44
- linux
5+
- osx
6+
- windows
57
julia:
6-
- 0.6
8+
- 1.0
9+
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
13+
fast_finish: true
714
notifications:
8-
email: false
9-
# uncomment the following lines to override the default test script
15+
email: falseript
1016
script:
1117
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1218
- julia -e '
13-
Pkg.clone("https://github.com/JuliaComputing/Deprecations.jl");
19+
Pkg.clone("https://github.com/aminya/Deprecations.jl");
1420
Pkg.clone(pwd()); Pkg.build("FemtoCleaner");
1521
Pkg.checkout("AbstractTrees");
1622
import JSON;

0 commit comments

Comments
 (0)