Skip to content

Commit

Permalink
merge develop before running ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Oct 18, 2018
1 parent 2a291a9 commit eeafd6f
Show file tree
Hide file tree
Showing 3 changed files with 1,558 additions and 1,161 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ for:
only:
- /ci/
test_script:
- git merge develop || exit
- yarn run clean
- yarn run unit
- yarn run pack
Expand Down
3 changes: 1 addition & 2 deletions travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ set -ev
unset -f cd
shell_session_update() { :; }
if [ "${TRAVIS_BRANCH}" == "ci" ] || [ "${TRAVIS_BRANCH}" == "testci" ]; then
git merge develop || exit
sudo rm -Rf rm /tmp/.X*
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
yarn run clean && yarn run pack && yarn run cucumber:postpack:witharg $@
# else
# yarn run release:predraft
fi
set +e
Loading

0 comments on commit eeafd6f

Please sign in to comment.