Skip to content

Commit

Permalink
a better travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilupu committed Jan 11, 2016
1 parent 22f2406 commit 2bb58b6
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# whitelist
branches:
only:
- wporg

language: php

php:
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6

sudo: false

cache:
- bundler
- apt

addons:
apt:
packages:
- ruby

before_script:
- sudo apt-get install ruby
- gem install nyx
install: gem install nyx

script:
- nyx version
- nyx check:php .
- nyx check:php .

0 comments on commit 2bb58b6

Please sign in to comment.