UNPKG
generator-ionicgenerator
Version:
latest (0.0.0)
0.0.0
An Ionic app, custom with gulp and sass
generator-ionicgenerator
/
generators
/
app
/
templates
/
shippable.yml
20 lines
(14 loc)
•
220 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language:
node_js
node_js:
-
0.10
.31
env:
global:
-
APP_NAME=<%=
name
%>
script:
-
mocha
after_success:
-
git
push
-f
git@heroku.com:$APP_NAME.git
$BRANCH:master
# include
branches:
only:
-
develop