We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afb8c4 commit f6eee2aCopy full SHA for f6eee2a
.travis.yml
@@ -19,8 +19,9 @@ script:
19
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
20
- chmod u+x build-package.sh
21
- ./build-package.sh
22
+ - npm install --only=dev
23
- npm run build
- - git diff --quiet
24
+ - git diff
25
- npm test
26
27
notifications:
@@ -42,7 +43,7 @@ dist: trusty
42
43
addons:
44
apt:
45
packages:
- - build-essential
46
- - fakeroot
47
- - git
48
- - libsecret-1-dev
+ - build-essential
+ - fakeroot
+ - git
49
+ - libsecret-1-dev
0 commit comments