Skip to content

Commit

Permalink
Import the .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Aug 12, 2016
1 parent 034da5c commit 60ae33d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
notifications:
email:
on_success: never
on_failure: change

script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'

git:
depth: 10

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 60ae33d

Please sign in to comment.