Skip to content

Commit

Permalink
Merge pull request #147 from cursedcoder/travis
Browse files Browse the repository at this point in the history
Travis PoC
  • Loading branch information
ivanpopelyshev authored Feb 6, 2017
2 parents 6e63062 + 2e562ba commit 221328e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: node_js

node_js:
- "6"
- "6.1"
- "5.11"

cache:
yarn: true
directories:
- node_modules

install:
- npm install -g yarn
- yarn

script:
- yarn build
- yarn sandbox:vanillajs
- yarn sandbox:browserify
- yarn sandbox:webpack -- --bail
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pixi-spine

[![Build Status](https://travis-ci.org/pixijs/pixi-spine.svg?branch=master)](https://travis-ci.org/pixijs/pixi-spine)

Spine implementation for pixi v3 and pixi v4.

## Usage
Expand Down

0 comments on commit 221328e

Please sign in to comment.