Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
Use the 'test' task for testing. Fixes #190
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Aug 8, 2017
1 parent a75b19d commit 8d94fdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ before_install:
install:
- if scripts/travis-tex-run-required.sh ; then sudo apt-get install -qq -y texlive-base texlive-science texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra texlive-xetex latexmk lmodern pgf; fi
- ./gradlew assemble testClasses --stacktrace
- ./gradlew regressionTests --continue --quiet
script:
# only build and deploy the results if the build is performed on the master branch
- if scripts/travis-tex-run-required.sh ; then scripts/generate-and-deploy-report.sh; fi
- ./gradlew :ingraph-engine:ingraph-engine-ire:test :ingraph-engine:ingraph-engine-expression-parser:test :ingraph-engine:ingraph-engine-ingraph-ire:test --quiet --continue --stacktrace
- ./gradlew test --quiet --continue --stacktrace
notifications:
slack:
rooms:
Expand Down

0 comments on commit 8d94fdf

Please sign in to comment.