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

Commit

Permalink
Merge pull request #346 from AtomLinter/arcanemagus/fix-travis-ci
Browse files Browse the repository at this point in the history
Fix Travis CI configuration
  • Loading branch information
Arcanemagus authored Jun 19, 2017
2 parents dcbf5cd + 41a9329 commit 05f06ff
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

matrix:
- ATOM_CHANNEL=stable
# - ATOM_CHANNEL=beta
- ATOM_CHANNEL=beta

### Generic setup follows ###
script:
Expand All @@ -30,12 +30,16 @@ branches:
git:
depth: 10

dist: trusty

sudo: false

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- git
- libgnome-keyring-dev
- g++-6
- fakeroot
- git
- libsecret-1-dev

0 comments on commit 05f06ff

Please sign in to comment.