Run integration tests on travis

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2015-11-24 10:38:57 -05:00
parent 29ad1d3de2
commit 1b58372fa7
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ before_install:
script:
- npm install
- npm test
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run integration || false'
os:
- osx