gridstack.js/.travis.yml

32 lines
733 B
YAML
Raw Normal View History

2016-02-22 20:36:09 +01:00
language: node_js
2016-03-02 04:31:09 +01:00
node_js:
2016-08-10 04:30:37 +02:00
- 5.7.0
2016-03-02 04:31:09 +01:00
env:
2016-08-10 04:30:37 +02:00
- CXX=g++-4.8
2016-03-02 04:31:09 +01:00
addons:
2016-08-10 04:30:37 +02:00
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
2016-03-02 04:31:09 +01:00
before_install:
2016-08-10 04:30:37 +02:00
- npm install -g protractor
2016-03-02 04:31:09 +01:00
install:
2016-08-10 04:30:37 +02:00
- npm install -g npm@2
- npm install -g grunt-cli
- npm install -g bower
- bower install
- npm install
- ./node_modules/protractor/bin/webdriver-manager update --standalone
2016-02-22 20:36:09 +01:00
before_script:
2016-08-10 04:30:37 +02:00
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2016-02-22 20:36:09 +01:00
script:
2016-08-10 04:30:37 +02:00
- npm run build
- npm test
- grunt e2e-test
notifications:
slack:
secure: iGLGsYyVIyKVpVVCskGh/zc6Pkqe0D7jpUtbywSbnq6l5seE6bvBVqm0F2FSCIN+AIC+qal2mPEWysDVsLACm5tTEeA8NfL8dmCrAKbiFbi+gHl4mnHHCHl7ii/7UkoIIXNc5UXbgMSXRS5l8UcsSDlN8VxC5zWstbJvjeYIvbA=