Skip to content

Commit 2701346

Browse files
chore(travis): Add .travis.yml
1 parent 9ef44ef commit 2701346

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js: 8.9.1
3+
before_install:
4+
- sh -e /etc/init.d/xvfb start
5+
- export PATH=$HOME/.yarn/bin:$PATH
6+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
7+
script: yarn build && yarn test && yarn e2e
8+
sudo: false
9+
git:
10+
depth: 3

0 commit comments

Comments
 (0)