Skip to content

Commit 096f337

Browse files
committed
update travis.yml and remove Dockerfile
1 parent e693dad commit 096f337

File tree

3 files changed

+35
-24
lines changed

3 files changed

+35
-24
lines changed

.travis.yml

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,46 @@
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+
112
language: node_js
13+
214
node_js:
3-
- "node"
4-
- "8"
5-
- "6"
615
- "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+
737
sudo: false
38+
839
services:
940
- mysql
1041
env:
1142
- DB_USER=mp DB_PASS='mp'
43+
1244
before_script:
1345
- mysql -e 'create database mppg;'
1446
- mysql -e "create user 'mp'@'localhost' identified by 'mp';"

Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)