Skip to content

Commit

Permalink
⬆️ Upgrade travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Feb 8, 2016
1 parent 0b12c69 commit a238f51
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
language: objective-c

notifications:
email:
on_success: never
Expand All @@ -12,6 +10,26 @@ git:

sudo: false

os:
- linux
- osx

env:
global:
- APM_TEST_PACKAGES=""

matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta

addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot

branches:
only:
- master

0 comments on commit a238f51

Please sign in to comment.