Skip to content

Commit 1d63835

Browse files
committed
Change Travis config for faster builds
1 parent 13f0f37 commit 1d63835

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
language: objective-c
2-
3-
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
4-
1+
language: generic
2+
dist: trusty
3+
sudo: false
54
notifications:
65
email:
76
on_success: never
87
on_failure: change
8+
9+
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'

0 commit comments

Comments
 (0)