Skip to content

Commit

Permalink
Fix travis configuration
Browse files Browse the repository at this point in the history
(cherry picked from commit f3d0799)
  • Loading branch information
konsoletyper committed Jul 4, 2017
1 parent c4cc715 commit 6a002f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- popd

script:
- mvn -e test -P -Dteavm.junit.optimized=false -Dteavm.junit.js.runner=none
- mvn -e test -Dteavm.junit.optimized=false -Dteavm.junit.js.runner=none
- BASE_PATH=`pwd`
- pushd tests/src/test/js
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit 6a002f9

Please sign in to comment.