Skip to content

Commit

Permalink
2.2 TravisCI用の設定ファイルを作ろう
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-tanaka committed Nov 7, 2017
1 parent 327c998 commit 9f795c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: php

php:
- 7.1

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install

0 comments on commit 9f795c0

Please sign in to comment.