Skip to content

Commit f479db7

Browse files
committed
chore(package): added travis config file
1 parent 7aacaa4 commit f479db7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: .travis.yml

+26
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)