angular-cn/.travis.yml

24 lines
413 B
YAML
Raw Normal View History

dist: trusty
sudo: required
language: node_js
node_js:
- "5"
os:
- linux
env:
global:
2016-06-19 05:09:07 -04:00
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- DISPLAY=:99.0
- CHROME_BIN=chromium-browser
matrix:
2016-06-13 20:01:34 -04:00
- SCRIPT="lint"
- SCRIPT="run-e2e-tests --fast"
before_install:
- npm install -g gulp --no-optional
before_script:
- sh -e /etc/init.d/xvfb start
install:
- ./script/install.sh
script:
2016-06-13 20:01:34 -04:00
- gulp $SCRIPT