Skip to content

Commit 80a4358

Browse files
author
Joe Petviashvili
committed
try without checkout
1 parent 95cf921 commit 80a4358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- sudo ./ArrayFire-v3.5.1_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
2323
before_script:
2424
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
25-
- julia -e 'Pkg.add("AutoDiffSource"); Pkg.checkout("AutoDiffSource");'
25+
- julia -e 'Pkg.add("AutoDiffSource");'
2626
after_success:
2727
# push coverage results to Coveralls
2828
- julia -e 'cd(Pkg.dir("ArrayFire")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)