Skip to content

Commit

Permalink
Merge pull request #15 from kddejong/Fix/AddTesting
Browse files Browse the repository at this point in the history
Add travis testing
  • Loading branch information
Chuck Meyer authored Jul 11, 2018
2 parents 0723b0c + 74b0a34 commit a921252
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### Project specific config ###
language: generic

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

matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta

os:
- linux
- osx

### Generic setup follows ###
script:
- sudo pip2 install cfn-lint
- 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

branches:
only:
- master

git:
depth: 10

sudo: false

dist: trusty

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

0 comments on commit a921252

Please sign in to comment.