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 246d9c8 commit f0ef16aCopy full SHA for f0ef16a
.travis.yml
@@ -0,0 +1,25 @@
1
+language: python
2
+
3
+python:
4
+ - 2.7
5
6
+before_install:
7
+ - sudo apt-get update
8
+ - sudo apt-get install gfortran-4.9
9
+ - ln -fs /usr/bin/gfortran-4.9 gfortran
10
+ - pip install FoBiS.py
11
+ - wget http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz
12
+ - gunzip robodoc-4.99.41.tar.gz
13
+ - tar -xvf robodoc-4.99.41.tar
14
+ - cd robodoc-4.99.41
15
+ - configure
16
+ - make
17
+ - make install
18
+ - cd ../
19
+ - export PATH=".:$PATH"
20
21
+before_script:
22
+ - build.sh
23
24
+script:
25
+ - ./bin/json
0 commit comments