Add .travis.yml
This commit is contained in:
parent
6130a82363
commit
81ce7c0e83
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: php
|
||||
|
||||
before_script:
|
||||
- composer install --prefer-dist --no-dev
|
||||
- yarn --pure-lockfile
|
||||
|
||||
script:
|
||||
- ./publish.sh
|
Reference in a new issue