Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Update travis configuration from https://github.com/atom/ci #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update travis configuration from https://github.com/atom/ci
  • Loading branch information
wingyplus committed May 10, 2016
commit d3d4ab7b73c4df2f59127bd0c57626bd4fffa53a
24 changes: 22 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 @@ -10,6 +8,28 @@ script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.
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