File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_install:
19
19
- export PATH=".:$PATH"
20
20
21
21
before_script :
22
- - FoBiS.py build -compiler gnu -cflags "-c -O2 -std=f2008" -dbld ./lib/ -s ./src/ -dmod ./ -dobj ./ -t pyplot_module.f90 -o libpyplot.a -mklib static -colors
22
+ - FoBiS.py build -compiler gnu -cflags "-c -O2 -std=f2008" -dbld ./lib/ -s ./src/ -dmod ./ -dobj ./ -t pyplot_module.f90 -o libpyplot.a -mklib static -colors
23
23
- FoBiS.py build -compiler gnu -cflags "-c -O2 -std=f2008" -dbld ./bin/ -s ./src/tests/ -dmod ./ -dobj ./ -colors -libs ./lib/libpyplot.a --include ./lib/
24
24
25
25
script :
@@ -33,6 +33,6 @@ after_success:
33
33
- ford ./pyplot-fortran.md
34
34
- cp -rf ./doc/* gh-pages/
35
35
- cd gh-pages/
36
- - git add -f --all *
37
- - git commit -m "Travis CI autocommit from Travis job $TRAVIS_JOB_NUMBER for tag $TRAVIS_TAG $TRAVIS_COMMIT"
38
- - git push -fq origin gh-pages
36
+ - git add -f --all * || true
37
+ - git commit -m "Travis CI autocommit from Travis job $TRAVIS_JOB_NUMBER for tag $TRAVIS_TAG $TRAVIS_COMMIT" || true
38
+ - git push -fq origin gh-pages > /dev/null 2>&1 || true
You can’t perform that action at this time.
0 commit comments