Skip to content

Commit

Permalink
Merge pull request #106 from giamir/travis
Browse files Browse the repository at this point in the history
setup travis.yml closes #49
  • Loading branch information
michaellennox committed Feb 5, 2016
2 parents b413687 + 3fd8737 commit 3433af0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: node_js
node_js:
- "5.5.0"
services:
- mongodb
before_install:
- npm install -g grunt-cli
install:
- npm install
before_script:
- bower install
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- ./node_modules/protractor/bin/webdriver-manager update --standalone
- npm run start-test &
- sleep 5
script:
- grunt protractor_webdriver
- node_modules/.bin/protractor test/e2e/conf.js --browser=firefox
- npm run test-jasmine
- grunt karma
File renamed without changes.

0 comments on commit 3433af0

Please sign in to comment.