Skip to content

Commit 0b1adbc

Browse files
committed
update travis.yml
1 parent 0a69280 commit 0b1adbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ python:
44
- 2.7
55

66
before_install:
7+
- sudo apt-add-repository --yes ppa:ubuntu-toolchain-r/test
78
- sudo apt-get update
89
- sudo apt-get install gfortran-4.9
9-
- ln -fs /usr/bin/gfortran-4.9 gfortran
10-
- pip install FoBiS.py
10+
- sudo ln -fs /usr/bin/gfortran-4.9 gfortran
11+
- sudo pip install FoBiS.py
1112
- wget http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz
1213
- gunzip robodoc-4.99.41.tar.gz
1314
- tar -xvf robodoc-4.99.41.tar
1415
- cd robodoc-4.99.41
1516
- configure
1617
- make
17-
- make install
18+
- sudo make install
1819
- cd ../
1920
- export PATH=".:$PATH"
2021

0 commit comments

Comments
 (0)