We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d1bec commit 5568bfdCopy full SHA for 5568bfd
1 file changed
.travis.yml
@@ -6,6 +6,9 @@ addons:
6
before_script:
7
- export DISPLAY=:99.0
8
- sh -e /etc/init.d/xvfb start
9
+install:
10
+ - npm install
11
+ - npm build
12
script:
13
- npm build
14
- npm test
0 commit comments