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

Commit

Permalink
- Testing new travis containers
Browse files Browse the repository at this point in the history
  • Loading branch information
shaggyz committed Jul 17, 2015
1 parent 9dbf833 commit bcc90a1
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
language: php

sudo: false

php:
- 5.4
- 5.5
- 5.6

cache:
directories:
- $HOME/.composer/cache
# cache:
# directories:
# - $HOME/.composer/cache

#before_install:
# - sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-en language-pack-es

before_install:
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-en language-pack-es
addons:
apt:
packages:
- language-pack-en
- language-pack-es

script:
- composer install --prefer-source --no-interaction
- phpunit

0 comments on commit bcc90a1

Please sign in to comment.