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

Commit

Permalink
Merge pull request #536 from atom/wl-trusty-travis
Browse files Browse the repository at this point in the history
Use Trusty on Travis
  • Loading branch information
50Wliu committed Sep 21, 2017
2 parents d929689 + 0ea5108 commit 65b20ed
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions .travis.yml
@@ -1,12 +1,41 @@
language: objective-c
### Project specific config ###
language: generic

env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"

matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta

### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh

notifications:
email:
on_success: never
on_failure: change

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

branches:
only:
- master

git:
depth: 10

sudo: false

dist: trusty

addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libsecret-1-dev

0 comments on commit 65b20ed

Please sign in to comment.