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 e304de2 commit dddad07Copy full SHA for dddad07
.travis.yml
@@ -11,7 +11,6 @@ notifications:
11
# uncomment the following lines to override the default test script
12
script:
13
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
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())'
REQUIRE
@@ -1,3 +1,4 @@
1
julia 0.4
2
Iterators
3
Compat
4
+RangeArrays
0 commit comments