Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ss/test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssurabhi10 committed Jul 27, 2017
2 parents 003497e + bf9a65f commit d7fd9fb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions travis.sh
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
#!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then
cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --compilers js:babel-core/register server/tests --recursive
npm run build
git add dist/
git checkout -b release
git commit -m "Dist"
git push heroku release:master
fi
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --compilers js:babel-core/register server/tests --recursive
npm run build
fi

0 comments on commit d7fd9fb

Please sign in to comment.