File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 7
7
include :
8
8
- node_js : node
9
9
env : TEST_BROWSERS=true
10
+ before_install :
11
+ - cd travis
12
+ - wget --no-check-certificate https://www.antlr.org/download/antlr-4.7.1-complete.jar
13
+ - export CLASSPATH=".:/home/travis/build/monostable/electro-grammar/travis/antlr-4.7.1-complete.jar:$CLASSPATH"
14
+ - export PATH=$PATH:/home/travis/build/monostable/electro-grammar/travis
15
+ - cd ..
10
16
script :
17
+ - make
18
+ - cd js
19
+ - yarn
11
20
- yarn test
12
- - yarn demo
13
- - git diff --quiet
14
- - if [ "${TEST_BROWSERS}" = "true" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then yarn test:sauce; fi
21
+ - if [ "${TEST_BROWSERS}" = "true" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then yarn test:sauce; fi
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ java -jar /home/travis/build/monostable/electro-grammar/antlr-4.7.1-complete.jar $@
You can’t perform that action at this time.
0 commit comments