Skip to content

Commit dddad07

Browse files
committed
RangeArrays.jl is registered; REQUIRE it
1 parent e304de2 commit dddad07

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ notifications:
1111
# uncomment the following lines to override the default test script
1212
script:
1313
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14-
- julia -e 'Pkg.clone("https://github.com/mbauman/RangeArrays.jl")'
1514
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)'
1615
after_success:
1716
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
julia 0.4
22
Iterators
33
Compat
4+
RangeArrays

0 commit comments

Comments
 (0)