forked from reesef/php-twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (29 loc) · 845 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
dist: trusty
language: node
sudo: required
notifications:
email: false
services:
- docker
addons:
apt:
packages:
- libsecret-1-dev
jobs:
include:
- stage: Cson Linting
script:
- docker run -tv ${PWD}:/coffeelint purplebabar/coffeelint */*.cson
# - stage: Atom Package Manager Publishing
# node_js: '8'
# if: branch = master
# before_script:
# - npm i atom-package-manager
# script:
# - git config --global user.email "lalung.alexandre@gmail.com"
# - git config --global user.name "PurpleBabar"
# - git remote rm origin
# - git remote add origin https://PurpleBabar:${GITHUB_ACCESS_TOKEN}@github.com/PurpleBabar/atom-twig.git
# - git remote -v
# - apm login --token ${ATOM_ACCESS_TOKEN}
# - apm publish minor