-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
42 lines (35 loc) · 788 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: php
php:
- 7.0
env:
APP_ENV: testing
CACHE_DRIVER: array
SESSION_DRIVER: array
QUEUE_DRIVER: sync
DB_CONNECTION: sqlite
APP_KEY: 16efa6c23c2e8c705826b0e66778fbe7
JWT_SECRET: ki8jSvMf5wFrlSRBAWcGbmAzBUJfc8p8
ADMIN_EMAIL: [email protected]
ADMIN_NAME: Koel
ADMIN_PASSWORD: SoSecureK0el
LASTFM_API_KEY: foo
LASTFM_API_SECRET: bar
BROADCAST_DRIVER: log
branches:
- master
install:
- . $HOME/.nvm/nvm.sh
- nvm install 6.10.3
- nvm use 6.10.3
- npm install -g yarn
- yarn
- composer self-update
- composer install --prefer-dist --no-interaction
script:
- composer test
- yarn test
addons:
code_climate:
repo_token: e74dc85a4eeb025a067bde238175f44d9f6a9e544278c4c096a46b8467c5fb9f
after_success:
- vendor/bin/test-reporter