Skip to content

Commit

Permalink
TEST: update travis to install apt deps (#175)
Browse files Browse the repository at this point in the history
- hdf5-tools for MAT.jl based tests
- liblinopt for NLopt
  • Loading branch information
sglyon committed Sep 18, 2017
1 parent f9a34dd commit 9c3d5fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,5 +1,12 @@
language: julia
sudo: false
os:
- linux
addons:
apt:
packages:
- libnlopt0
- hdf5-tools
julia:
- 0.5
- 0.6
Expand Down

0 comments on commit 9c3d5fb

Please sign in to comment.