File tree Expand file tree Collapse file tree 3 files changed +35
-24
lines changed Expand file tree Collapse file tree 3 files changed +35
-24
lines changed Original file line number Diff line number Diff line change
1
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2
+ # ╔╦╗╦═╗╔═╗╦ ╦╦╔═╗ ┬ ┬┌┬┐┬ #
3
+ # ║ ╠╦╝╠═╣╚╗╔╝║╚═╗ └┬┘││││ #
4
+ # o ╩ ╩╚═╩ ╩ ╚╝ ╩╚═╝o ┴ ┴ ┴┴─┘ #
5
+ # #
6
+ # This file configures Travis CI. #
7
+ # (i.e. how we run the tests... mainly) #
8
+ # #
9
+ # https://docs.travis-ci.com/user/customizing-the-build #
10
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
11
+
1
12
language : node_js
13
+
2
14
node_js :
3
- - " node"
4
- - " 8"
5
- - " 6"
6
15
- " 4"
16
+ - " 6"
17
+ - " 8"
18
+ - " node"
19
+
20
+ branches :
21
+ only :
22
+ - master
23
+
24
+ notifications :
25
+ email :
26
+
27
+
28
+
29
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
30
+ # ╔═╗╦ ╦╔═╗╔╦╗╔═╗╔╦╗┬┌─┐┌─┐┌┬┐┬┌─┐┌┐┌┌─┐ #
31
+ # ║ ║ ║╚═╗ ║ ║ ║║║║│┌─┘├─┤ │ ││ ││││└─┐ #
32
+ # ╚═╝╚═╝╚═╝ ╩ ╚═╝╩ ╩┴└─┘┴ ┴ ┴ ┴└─┘┘└┘└─┘ #
33
+ # #
34
+ # Custom stuff specific to this package: #
35
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
36
+
7
37
sudo : false
38
+
8
39
services :
9
40
- mysql
10
41
env :
11
42
- DB_USER=mp DB_PASS='mp'
43
+
12
44
before_script :
13
45
- mysql -e 'create database mppg;'
14
46
- mysql -e "create user 'mp'@'localhost' identified by 'mp';"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments