Removed duplicated directive in travis

This commit is contained in:
An Phan 2016-05-27 10:52:53 +08:00
parent 3e8191b281
commit 1826c12f81

View file

@ -26,16 +26,12 @@ branches:
only:
- master
cache:
- npm
- composer
before_script:
- composer self-update
- composer install --prefer-source --no-interaction
- npm install -g npm@latest
- npm install
script:
script:
- phpunit
- npm test