mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-06 09:07:19 -04:00
add travis test
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
language: node_js
|
||||||
|
sudo: false
|
||||||
|
node_js:
|
||||||
|
- '4'
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
# Needed to include Chrome in Travis for karma tests
|
||||||
|
- export CHROME_BIN=chromium-browser
|
||||||
|
- export DISPLAY=:99.0
|
||||||
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
|
script: 'npm run test-travis'
|
||||||
Reference in New Issue
Block a user