Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed May 6, 2016
1 parent a24beaf commit 6885846
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '6'
- '5'
- '4'
- '0.12'
- '0.10'

addons:
apt:
packages:
- php5
- php5-cgi

before_install:
- sudo apt-get update
- sudo apt-get install php5-cgi
- npm install -g grunt-cli
- php-cgi --version

0 comments on commit 6885846

Please sign in to comment.