Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
chore(ci): update TravisCI configuration
Browse files Browse the repository at this point in the history
Update the TravisCI configuration to match the current `atom/ci`
recommendation.
  • Loading branch information
Arcanemagus committed Jan 4, 2018
1 parent 89cea7f commit 91d763e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ after_success:
- npm run travis-deploy-once "npm run semantic-release"

### Generic setup follows ###
dist: trusty

script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
Expand All @@ -45,10 +43,12 @@ git:

sudo: false

dist: trusty

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

0 comments on commit 91d763e

Please sign in to comment.