Skip to content

Commit

Permalink
Ensure master gets built on merge & PRs on open/update
Browse files Browse the repository at this point in the history
  • Loading branch information
willfrew committed May 24, 2020
1 parent 495fc8f commit 906dcf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: node_js
if: (type = push AND branch = master) OR type = pull_request
script:
- npm test
- 'if [ "$RANDOM_ORG_API_KEY" != "" ]; then npm run test:integration; else echo "RANDOM_ORG_API_KEY not set, skipping integration tests"; fi'
Expand Down

0 comments on commit 906dcf8

Please sign in to comment.