Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 2dae0fb

Browse files
committed
put the PATH munging back
1 parent 3efad39 commit 2dae0fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ addons:
1010
packages:
1111
- google-chrome-stable
1212
- g++-4.8
13+
before_script:
14+
- export PATH=$PWD/node_modules/.bin:$PATH
1315
script:
1416
- xvfb-run wct
1517
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"

0 commit comments

Comments
 (0)