Skip to content

Commit

Permalink
travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogyula committed Apr 18, 2016
1 parent e82f13c commit ecaa8fe
Show file tree
Hide file tree
Showing 7 changed files with 781 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
vendor/
19 changes: 14 additions & 5 deletions .travis.yml
@@ -1,7 +1,16 @@
language: php

php:
- 5.3

before_script:
- composer install
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script: composer update --dev
script: php vendor/phpunit/phpunit/phpunit.php
notifications:
slack: eduid:JJc9VL5htezKWr40wEUTug8K

9 changes: 8 additions & 1 deletion composer.json
Expand Up @@ -3,6 +3,13 @@
"description": "Attribute Aggregator implementation or SAML AttributeQuery",
"type": "simplesamlphp-module",
"require": {
"simplesamlphp/composer-module-installer": "~1.0"
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "1.14",
"phpunit/phpunit": "~3.7"
},
"autoload-dev": {
"files": ["tests/_autoload_modules.php"]
}
}

0 comments on commit ecaa8fe

Please sign in to comment.