Skip to content

Commit

Permalink
Add .gitignore and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devster committed Nov 2, 2017
1 parent b1e8f0b commit 3083c15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor
/composer.lock
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

before_script:
- composer install

script:
- composer test

0 comments on commit 3083c15

Please sign in to comment.