Skip to content

Commit 5bc0bbf

Browse files
committed
Merge pull request #39 from JuliaIO/teh/travis
Remove pre-registration .travis.yml hack
2 parents c9fb651 + a657514 commit 5bc0bbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ notifications:
99
email: false
1010
script:
1111
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12-
- julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO")'
13-
- julia -e 'Pkg.clone("https://github.com/JuliaIO/Netpbm.jl.git")'
14-
- julia -e 'Pkg.test("FileIO"; coverage=true)'
12+
- julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); Pkg.test("FileIO"; coverage=true)'
1513
after_success:
1614
- julia -e 'cd(Pkg.dir("FileIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)