Skip to content

Commit

Permalink
Run 3.0 branch on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Mar 7, 2015
1 parent 8cdc347 commit c75f57a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ env:
global:
- APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev coinor-libipopt-dev libblas-dev liblapack-dev libmumps-seq-dev gfortran"
- HOMEBREW_DEPENDENCIES="doxygen libtool boost log4cxx ipopt openblas mumps"
- GIT_DEPENDENCIES="roboptim/roboptim-core"
- GIT_DEPENDENCIES="roboptim/roboptim-core:3.0"
- DEBSIGN_KEYID=5AE5CD75
- PPA_URI="roboptim/ppa"
- NSIQCPPSTYLE_FILEFILTERPATH=cmake/filefilter.txt
Expand All @@ -24,6 +24,7 @@ notifications:
branches:
only:
- master
- "3.0"
- debian
script:
- export LD_LIBRARY_PATH=`pkg-config --variable=plugindir roboptim-core`:$LD_LIBRARY_PATH; ./.travis/run build
Expand Down

0 comments on commit c75f57a

Please sign in to comment.