Skip to content

Commit 4756e7a

Browse files
committed
Update .travis.yml
1 parent 9b081ba commit 4756e7a

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,4 +22,4 @@ codecov: true
2222
# uncomment the following lines to override the default test script
2323
script:
2424
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
25-
- travis_wait 20 julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("ApproxFun"); Pkg.test("ApproxFun"; coverage=true)'
25+
- travis_wait 20 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';

0 commit comments

Comments
 (0)