Skip to content

Commit

Permalink
Removed nightly from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
asimlqt committed Apr 3, 2016
1 parent 903a538 commit eabe7d8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
@@ -1,8 +1,14 @@
language: php

php:
- '5.6'
- '7.0'
- nightly
- '5.6'
- '7.0'

install: composer install
before_install:
- composer self-update

install:
- composer install

script:
- vendor/bin/phpunit

0 comments on commit eabe7d8

Please sign in to comment.