Skip to content

Commit

Permalink
Make sure TypeScript gets built in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Mar 21, 2018
1 parent d60ffda commit 56f015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
before_script: greenkeeper-lockfile-update && npm run prepare
script: npm test && npm run test:install:local && npm run test:install:global
# See greenkeeperio/greenkeeper-lockfile#87 for why we pipe to /dev/null
after_script: "./node_modules/.bin/coveralls < coverage/lcov.info && greenkeeper-lockfile-upload > /dev/null"
Expand Down

0 comments on commit 56f015a

Please sign in to comment.