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 95cf921 commit 80a4358Copy full SHA for 80a4358
.travis.yml
@@ -22,7 +22,7 @@ install:
22
- sudo ./ArrayFire-v3.5.1_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
23
before_script:
24
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
25
- - julia -e 'Pkg.add("AutoDiffSource"); Pkg.checkout("AutoDiffSource");'
+ - julia -e 'Pkg.add("AutoDiffSource");'
26
after_success:
27
# push coverage results to Coveralls
28
- julia -e 'cd(Pkg.dir("ArrayFire")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments