We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aacaa4 commit f479db7Copy full SHA for f479db7
.travis.yml
@@ -0,0 +1,26 @@
1
+sudo: required
2
+dist: trusty
3
+
4
+#install google chrome, using addons
5
+addons:
6
+ apt:
7
+ sources:
8
+ - google-chrome
9
+ packages:
10
+ - google-chrome-stable
11
12
+language: node_js
13
+node_js:
14
+ - "8"
15
16
+before_script:
17
+ - export DISPLAY=:99.0
18
+ - sh -e /etc/init.d/xvfb start
19
+ - npm install --quiet -g gulp-cli
20
21
+script: gulp test:ci
22
23
+after_success: gulp coveralls
24
25
+cache:
26
+ yarn: true
0 commit comments