Skip to content

Commit 642e23f

Browse files
committed
Modify Travis configuration to install GSL library
1 parent 08e0ed7 commit 642e23f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: julia
2+
addons:
3+
apt:
4+
packages:
5+
- libgsl0-dev
26
os:
37
- linux
48
julia:
@@ -11,5 +15,5 @@ script:
1115
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1216
- julia -e 'Pkg.clone(pwd()); Pkg.build("RandomMatrices"); Pkg.test("RandomMatrices"; coverage=true)'
1317
after_success:
14-
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("RandomMatrices")); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())'
18+
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("RandomMatrices")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
1519

0 commit comments

Comments
 (0)