File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ language: python
3
3
python :
4
4
- 2.7
5
5
6
- cache : apt
7
-
8
6
# Build matrix: Run the three build systems and tests in parallel
9
7
env :
10
8
global :
35
33
FoBiS="no"
36
34
37
35
before_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
39
40
- if [[ $CHECK_README_PROGS == [yY]* ]]; then wget http://people.sc.fsu.edu/~jburkardt/f_src/f90split/f90split.f90; fi
40
41
- 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
44
42
- if [[ $DOCS == [yY]* ]]; then wget http://launchpadlibrarian.net/70968359/robodoc_4.99.41-1_amd64.deb; fi
43
+ - ulimit -s unlimited
45
44
46
45
install :
47
46
- sudo apt-get install -y $SPECIFIC_DEPENDS $DEPENDS
You can’t perform that action at this time.
0 commit comments