Skip to content

Commit

Permalink
Adds Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
msis committed Mar 5, 2016
1 parent a590001 commit aa5ef83
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
notifications:
email:
on_success: never
on_failure: change

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

git:
depth: 5

sudo: false

os:
- osx
- linux

env:
global:
- APM_TEST_PACKAGES=""

matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta

addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# language-MOOS package
# language-MOOS package [![Build Status](https://travis-ci.org/msis/language-moos.svg?branch=master)](https://travis-ci.org/msis/language-moos)

Language support for MOOS middleware and MOOS-IvP autonomy suite files in Atom.

Expand Down

0 comments on commit aa5ef83

Please sign in to comment.