Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	composer.json
  • Loading branch information
Anahkiasen committed Sep 17, 2014
2 parents e5dee87 + 4fea468 commit 3293acd
Show file tree
Hide file tree
Showing 228 changed files with 12,237 additions and 6,132 deletions.
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Cache and compiled
bin/rocketeer.phar
bin/phar
storage
.rocketeer

# Plugins
rocketeer-campfire
bin/phar
bin/rocketeer.phar
composer.lock

# Tests
tests/_meta/coverage
tests/_server/foobar

# Dependencies
vendor
vendor
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

37 changes: 18 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer install --dev --prefer-dist

matrix:
allow_failures:
- php: hhvm
fast_finish: true

script: phpunit
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm-nightly

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

matrix:
allow_failures:
- php: hhvm-nightly
fast_finish: true

script: phpunit --debug
Loading

1 comment on commit 3293acd

@TomasVotruba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! :)

Please sign in to comment.