Skip to content

Commit 56f015a

Browse files
committed
Make sure TypeScript gets built in Travis
1 parent d60ffda commit 56f015a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_js:
99
before_install:
1010
- npm install -g npm@5
1111
- npm install -g greenkeeper-lockfile@1
12-
before_script: greenkeeper-lockfile-update
12+
before_script: greenkeeper-lockfile-update && npm run prepare
1313
script: npm test && npm run test:install:local && npm run test:install:global
1414
# See greenkeeperio/greenkeeper-lockfile#87 for why we pipe to /dev/null
1515
after_script: "./node_modules/.bin/coveralls < coverage/lcov.info && greenkeeper-lockfile-upload > /dev/null"

0 commit comments

Comments
 (0)