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

Commit 8d94fdf

Browse files
committed
Use the 'test' task for testing. Fixes #190
1 parent a75b19d commit 8d94fdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ before_install:
2020
install:
2121
- 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
2222
- ./gradlew assemble testClasses --stacktrace
23-
- ./gradlew regressionTests --continue --quiet
2423
script:
2524
# only build and deploy the results if the build is performed on the master branch
2625
- if scripts/travis-tex-run-required.sh ; then scripts/generate-and-deploy-report.sh; fi
27-
- ./gradlew :ingraph-engine:ingraph-engine-ire:test :ingraph-engine:ingraph-engine-expression-parser:test :ingraph-engine:ingraph-engine-ingraph-ire:test --quiet --continue --stacktrace
26+
- ./gradlew test --quiet --continue --stacktrace
2827
notifications:
2928
slack:
3029
rooms:

0 commit comments

Comments
 (0)