We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a69280 commit 0b1adbcCopy full SHA for 0b1adbc
.travis.yml
@@ -4,17 +4,18 @@ python:
4
- 2.7
5
6
before_install:
7
+ - sudo apt-add-repository --yes ppa:ubuntu-toolchain-r/test
8
- sudo apt-get update
9
- sudo apt-get install gfortran-4.9
- - ln -fs /usr/bin/gfortran-4.9 gfortran
10
- - pip install FoBiS.py
+ - sudo ln -fs /usr/bin/gfortran-4.9 gfortran
11
+ - sudo pip install FoBiS.py
12
- wget http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz
13
- gunzip robodoc-4.99.41.tar.gz
14
- tar -xvf robodoc-4.99.41.tar
15
- cd robodoc-4.99.41
16
- configure
17
- make
- - make install
18
+ - sudo make install
19
- cd ../
20
- export PATH=".:$PATH"
21
0 commit comments