Browse Source

booo

pull/141/head
Diana Shkolnikov 10 years ago
parent
commit
4023c364a4
  1. 10
      .travis.yml

10
.travis.yml

@ -1,7 +1,13 @@
language: node_js
script:
- npm run unit
- if [ "${TRAVIS_BRANCH}" == "production" ]; then npm run acceptance-prod fi;
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then npm run acceptance-stage fi;
- >
if [ "${TRAVIS_BRANCH}" == "production" ]; then
npm run acceptance-prod;
fi;
- >
if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
npm run acceptance-stage;
fi;
node_js:
- "0.10"
Loading…
Cancel
Save