Skip to content

Commit

Permalink
feature(tests): CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Nov 7, 2015
1 parent 743db3a commit bc0495c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ matrix:
env: VARIA=true
install:
- phpenv rehash
- composer global require fxp/composer-asset-plugin
- git clone https://github.com/Elgg/Elgg.git ../Elgg && cd ../Elgg
- git checkout 2.0
- composer install
Expand All @@ -30,6 +31,7 @@ matrix:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

install:
- composer global require fxp/composer-asset-plugin
- git clone https://github.com/Elgg/Elgg.git ../Elgg && cd ../Elgg
- git checkout 2.0
- composer install
Expand Down

0 comments on commit bc0495c

Please sign in to comment.