Skip to content

Commit

Permalink
Update travis config to use npm cache and PHP 5.5
Browse files Browse the repository at this point in the history
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@lge.com)
  • Loading branch information
Ben Combee committed Oct 29, 2013
1 parent e2617e4 commit 50e5c94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: php
php:
- 5.4
- 5.5
cache:
apt: true
directories:
- $HOME/.npm
install: "npm -g install jshint"
before_script:
- php -S localhost:8000 &
Expand All @@ -11,3 +15,4 @@ script:
phantomjs tools/test/core/phantomjs-test.js &&
echo -e "\x1b\x5b35;1m*** Running ajax tests with phantomjs\x1b\x5b0m" &&
(phantomjs tools/test/ajax/phantomjs-test.js || true)

0 comments on commit 50e5c94

Please sign in to comment.