Skip to content

Commit 54e1353

Browse files
committed
testing Travis mods.
1 parent 2469326 commit 54e1353

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- export PATH=".:$PATH"
2020

2121
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
2323
- FoBiS.py build -compiler gnu -cflags "-c -O2 -std=f2008" -dbld ./bin/ -s ./src/tests/ -dmod ./ -dobj ./ -colors -libs ./lib/libpyplot.a --include ./lib/
2424

2525
script:
@@ -33,6 +33,6 @@ after_success:
3333
- ford ./pyplot-fortran.md
3434
- cp -rf ./doc/* gh-pages/
3535
- 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

0 commit comments

Comments
 (0)