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 e34dcc5 commit 3735444Copy full SHA for 3735444
.travis.yml
@@ -4,13 +4,14 @@ os:
4
- osx
5
julia:
6
- 0.4
7
+ - 0.5
8
- nightly
9
notifications:
10
email: false
11
# uncomment the following lines to override the default test script
12
script:
13
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- - julia -e 'Pkg.clone("https://github.com/mbauman/Tuples.jl"); Pkg.clone("https://github.com/mbauman/RangeArrays.jl")'
14
+ - julia -e 'Pkg.clone("https://github.com/mbauman/RangeArrays.jl")'
15
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)'
16
after_success:
17
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments