We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcfc61 commit 781eae2Copy full SHA for 781eae2
.travis.yml
@@ -6,5 +6,5 @@ before_script:
6
- 'export PATH=$PWD/node_modules/.bin:$PATH'
7
node_js: 6
8
script:
9
- - xvfb-run npm test
10
- - xvfb-run npm run bench
+ - npm run test
+ - npm run bench
0 commit comments