Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit 912f64a

Browse files
committed
[Travis] Check for changed files
1 parent 71be3e0 commit 912f64a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ script:
2323
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
2424
- chmod u+x build-package.sh
2525
- ./build-package.sh
26+
- npm run build
27+
- git diff --quiet
2628
- npm run test
2729

2830
notifications:

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"typecheck": "tsc --noEmit -p . && tsc --noEmit -p ./spec",
2121
"lint": "tslint --project . && tslint --project ./spec",
2222
"test": "npm run typecheck && npm run lint"
23+
"build": "tsc -p .",
2324
},
2425
"atomTestRunner": "./spec/runner.js",
2526
"providedServices": {

0 commit comments

Comments
 (0)