This website requires JavaScript.
Explore
Help
Sign In
forgetest1
/
antlr
forked from
jasder/antlr
Watch
1
Star
0
Fork
You've already forked antlr
0
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
0b34136a44
Branches
Tags
No results found.
antlr
/
.travis
/
run-tests-javascript.sh
6 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
divide and conquer
2016-11-28 00:56:14 +08:00
#!/bin/bash
Make all the Travis test scripts exit in the event of error. Test scripts that ignore errors aren't very helpful.
2018-11-16 01:23:17 +08:00
set
-euo pipefail
fix failing tests
2020-02-22 10:35:42 +08:00
mvn -q -Dparallel
=
methods -DthreadCount
=
4
-Dtest
=
javascript.*
test