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 13f0f37 commit 1d63835Copy full SHA for 1d63835
.travis.yml
@@ -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
+language: generic
+dist: trusty
+sudo: false
5
notifications:
6
email:
7
on_success: never
8
on_failure: change
+
9
+script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
0 commit comments