-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (28 loc) · 1.29 KB
/
.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
language: node_js
node_js:
# Latest has a bug: https://github.com/facebook/create-react-app/issues/6591
- "11.10.1"
# Caches node_modules for 3 minutes
cache: npm
services:
# Back-end needs a DB
- mongodb
install:
# Install monorepo deps
- "npm install"
# Install package deps
- "npm run bootstrap"
# Build the static client
- "npm run client:build"
script:
# Lint the server
- "npm run server:lint"
# Run tests with coverage reporting
- "npm run test:coveralls"
# Finally, run integration tests
- "npm run server:test:integration"
deploy:
provider: heroku
api_key:
secure: fAMuppVXivwbOdtZ0ED0WzSK9YRYc6144QDugJx+p5Im3QBWYydx6nFCha+/Z5Tw3Hp5HoJExEsm5uC6R7bWfEv+PX3koIqLqs+ambsrKWQonu6NjCpihEnvvsfqb2iRqseaKskh7+wyIg5ImzAt7nrsP/AkFhl+KTSt/72byjhUH/Q+C7EQ1fsS7h5t5V/+dLV1nc10j7rCUc9aGN5o+HsJFzJc+lERFZReoAs6qdzEOgy7GkNmNfa8wVtQ7r6CuRGJY7lRetOEMESwamQdRVR6UlA6Z1Vbv28w+v66QYbuHWnCmZPPE7R8AE/omF8+lZPAvYuaFuOimK7ZyvcNNQLEoIGLRq6LDgB74rfui6qU+o12WcqIDDpxNBO9aI0guuTsEItR18lohRWT5GVjmZYu6IVY6Rxm6ygqGFAO+b+midxY8A70XsbjVhj3bgdKQ51dwjY6ukg/aylw9Wpzka/5lbd0hEstfOdleEIjFI2Hm2QJa8TlYkcLXv96MnWTgCH23YHYpSnXoi2lQJitbnDB5k41atOC+QTiege3+z5wwx+e1cPhB+aEYIniDSlswch9T5jDDblWyDVKFpch3On8lj5tHBvPvwF9ZbkpmI3ot5qX5/kB5odHWQNa5xF7K13kGdVyYN2DgiLiF6KTpuoE82JREjCXKJX27Pr/mBk=
app: spune-vis