Skip to content

Commit

Permalink
Fix: .travis.yml does not trigger travis action
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Apr 25, 2019
1 parent b200fea commit 4b25bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ install:
fi
- npm i > /dev/null

script
- npm test
script:
- /bin/bash build_test.sh
4 changes: 4 additions & 0 deletions build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ fi
if [ ${DO_BUILD} -eq 1 ]; then
cordova-paramedic --verbose --platform ${CORDOVA_PLATFORM} --justBuild --plugin ./tests;
fi

if [[ ${CORDOVA_PLATFORM} == "browser" ]]; then
npm run test
fi

0 comments on commit 4b25bcc

Please sign in to comment.