forked from AppStateESS/InternshipInventory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (36 loc) · 962 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
43
44
sudo: false
language: php
php:
- 7
install:
- nvm install 6
- npm install -g yarn
- yarn install
- composer install
script:
- ".travis-build/phplint ."
- vendor/bin/phpunit -v
after_script:
- vendor/bin/test-reporter
after_success:
- npm run build
- rm -rf node_modules
- tar -czf Internshipinventory.tar.gz *
addons:
code_climate:
repo_token: 3060bdda5db8f779d82ab527acadec5cd581bde782093136322604a4280162e7
addons:
code_climate:
repo_token: 3060bdda5db8f779d82ab527acadec5cd581bde782093136322604a4280162e7
notifications:
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: lPFLb25Gwb/X8aBiNQ4Mz2b5XBviLLg0Zp7Rgoj9Xc8ZwFlNw/JqnoLKnZFljXBW38yUt3fEyxUGFrImLDbwwzN6+1iOfjVrCrIYdJtKf1CoF9Mq1+bjUbz8wIXfvdIvuF+VxFWFcbFtUiTiVpeDkSBwWXLaazCZWQJZpWYZuQc=
file: Internshipinventory.tar.gz
overwrite: true
on:
repo: AppStateESS/InternshipInventory
branch: master
tags: true