forked from lyonghwan/shibui-dropdown-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (34 loc) · 810 Bytes
/
.travis.yml
File metadata and controls
35 lines (34 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
language: node_js
node_js: stable
sudo: required
cache:
directories:
- $(npm config get prefix)
- bower_components
branches:
only:
- master
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
sauce_connect: true
before_script:
<<<<<<< HEAD
- npm install -g polylint web-component-tester
- polylint
script:
- xvfb-run wct --module-resolution=node --npm
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct --module-resolution=node --npm -s ''default''; fi'
=======
- npm install -g polymer-cli
- polymer install --variants
script:
- xvfb-run polymer test
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test -s 'default'; fi
notifications:
email: change
>>>>>>> 2ce55b71532b3e392f228a2b765526248532babd