Skip to content

Commit 76a3a3d

Browse files
authored
Merge pull request #35 from mbauman/teh/travis
Test Julia 0.5 and skip cloning Tuples.jl
2 parents e34dcc5 + 3735444 commit 76a3a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ os:
44
- osx
55
julia:
66
- 0.4
7+
- 0.5
78
- nightly
89
notifications:
910
email: false
1011
# uncomment the following lines to override the default test script
1112
script:
1213
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13-
- 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")'
1415
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)'
1516
after_success:
1617
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)