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

Commit

Permalink
set up testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 15, 2016
1 parent 00d41e3 commit 3d311a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
language: node_js
node_js:
- 'stable'
os: osx
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh && ./node_modules/.bin/xo'
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"atom": ">=1.4.0"
},
"scripts": {
"test": "xo"
"test": "xo && apm test"
},
"activationCommands": {
"atom-workspace": [
Expand Down Expand Up @@ -59,6 +59,9 @@
"esnext": true,
"globals": [
"atom"
],
"ignores": [
"atom/**"
]
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AVA
# AVA [![Build Status](https://travis-ci.org/sindresorhus/atom-ava.svg?branch=master)](https://travis-ci.org/sindresorhus/atom-ava)

> Snippets for [AVA](https://ava.li)
Expand Down

0 comments on commit 3d311a0

Please sign in to comment.