Skip to content

Commit

Permalink
Fix travis some more
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanx committed Feb 10, 2019
1 parent 56886bc commit 9054f3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,15 @@ script:
- make check
- if [ ! -z "$LINUX_FULL" ]; then make distcheck; fi
- fontforge -version
- $PYTHON -c "import fontforge; import psMat; print(fontforge.__version__, fontforge.version()); fontforge.font();"
- if [ -z "$LINUX_NOX" ]; then $PYTHON -c "import fontforge; import psMat; print(fontforge.__version__, fontforge.version()); fontforge.font();"; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then travis-scripts/ffosxbuild.sh $PREFIX $TRAVIS_COMMIT; fi

after_success:
- if [ ! -z "$LINUX_FULL" ]; then coveralls --gcov-options '\-bulp' --gcov $(which $GCOV) || true; fi

after_failure:
- cat config.log
- cat Makefile
- which python
- env

deploy:
provider: bintray
Expand Down

0 comments on commit 9054f3a

Please sign in to comment.