Skip to content

Commit

Permalink
fix the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mweastwood committed Sep 8, 2015
1 parent 6039a5b commit 8470fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ notifications:
email: false
before_install:
- sudo apt-get install libcfitsio3-dev -y
- sudo add-apt-repository ppa:ska-sa/main -y
- sudo add-apt-repository ppa:radio-astro/main -y
- sudo apt-get update -qq -y
- sudo apt-get install libcasacore-dev -y
- sudo apt-get install libcasacore2-dev -y
- sudo apt-get install casacore-data -y
- julia -e "Pkg.add(\"GSL\")"
- julia -e "Pkg.clone(\"https://github.com/mweastwood/CLI.jl.git\")"
Expand Down

0 comments on commit 8470fda

Please sign in to comment.