diff --git a/.travis.yml b/.travis.yml index 71156fd..bedff93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,13 @@ sudo: false language: node_js node_js: - "8.3" + notifications: disabled: true + +install: + - npx create-probot-app -n "travis-template-test" -d "A Probot App for building on Travis" -a "Pro Bawt" -e "probot@example.com" -h "https://probot.github.io" -u "probot" -r "template" -b ${TRAVIS_PULL_REQUEST_BRANCH:-TRAVIS_BRANCH} travis-template-test + +script: + - cd travis-template-test && npm test +