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.
1 parent b95ea9c commit 56458adCopy full SHA for 56458ad
.travis.yml
@@ -2,15 +2,21 @@
2
language: julia
3
os:
4
- linux
5
+ - osx
6
+ - windows
7
julia:
- - 0.6
8
+ - 1.0
9
+ - nightly
10
+matrix:
11
+ allow_failures:
12
+ - julia: nightly
13
+ fast_finish: true
14
notifications:
- email: false
-# uncomment the following lines to override the default test script
15
+ email: falseript
16
script:
17
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18
- julia -e '
- Pkg.clone("https://github.com/JuliaComputing/Deprecations.jl");
19
+ Pkg.clone("https://github.com/aminya/Deprecations.jl");
20
Pkg.clone(pwd()); Pkg.build("FemtoCleaner");
21
Pkg.checkout("AbstractTrees");
22
import JSON;
0 commit comments