File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ language: python
33python :
44 - 2.7
55
6- cache : apt
7-
86# Build matrix: Run the three build systems and tests in parallel
97env :
108 global :
3533 FoBiS="no"
3634
3735before_install :
38- - ulimit -s unlimited
36+ - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
37+ - if [[ $SPECIFIC_DEPENDS == *cmake* ]]; then sudo apt-add-repository -y ppa:kalakris/cmake; fi
38+ - sudo apt-get update -qq
39+ - if [[ $JLINT == [yY]* ]]; then curl -sL https://deb.nodesource.com/setup | sudo bash -x - ; fi
3940 - if [[ $CHECK_README_PROGS == [yY]* ]]; then wget http://people.sc.fsu.edu/~jburkardt/f_src/f90split/f90split.f90; fi
4041 - if [[ $DOCS == [yY]* ]]; then export DEPENDS="$DEPENDS exuberant-ctags"; fi
41- - sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test
42- - if [[ $SPECIFIC_DEPENDS == *cmake* ]]; then sudo apt-add-repository -y ppa:kalakris/cmake; fi
43- - if [[ $JLINT == [yY]* ]]; then curl -sL https://deb.nodesource.com/setup | sudo bash -; else sudo apt-get update -qq; fi
4442 - if [[ $DOCS == [yY]* ]]; then wget http://launchpadlibrarian.net/70968359/robodoc_4.99.41-1_amd64.deb; fi
43+ - ulimit -s unlimited
4544
4645install :
4746 - sudo apt-get install -y $SPECIFIC_DEPENDS $DEPENDS
You can’t perform that action at this time.
0 commit comments