Skip to content

Commit c4b0bf3

Browse files
author
Kai Hendry
committed
Disable tests
1 parent df329a8 commit c4b0bf3

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.travis.yml

+3-22
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
1-
language: node_js
2-
3-
node_js:
4-
- lts/*
5-
6-
services:
7-
- docker
1+
language: generic
82

93
env:
104
global:
115
- IMAGE_TAG=${TRAVIS_COMMIT::7}
126

137
before_install:
14-
- curl https://install.meteor.com | /bin/sh
15-
- export PATH="$HOME/.meteor:$PATH"
16-
- pip install --user awscli
17-
- export PATH=$PATH:$HOME/.local/bin
188
# Used in deploy.sh
9+
- export PATH=$PATH:$HOME/.local/bin
1910
- curl -o $HOME/.local/bin/ecs-cli
2011
https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest &&
2112
chmod +x $HOME/.local/bin/ecs-cli
2213

23-
cache:
24-
directories:
25-
- node_modules
26-
27-
install:
28-
- meteor npm install
29-
- meteor npm install --save bcrypt
30-
31-
script:
32-
- npm t
33-
3414
after_success:
3515
- docker build -t $DOCKER_CI_REPO_NAME:latest .
3616
# TODO: this should only happen really on branch = master
@@ -74,6 +54,7 @@ matrix:
7454
AWS_SECRET_ACCESS_KEY=$AWS_ACCOUNT_SECRET_PROD
7555
AWS_REGION=$AWS_DEFAULT_REGION
7656
./deploy.sh -p &&
57+
# TODO distribition ID should probably be an ENV variable
7758
AWS_ACCESS_KEY_ID=$AWS_ACCOUNT_USER_ID_PROD
7859
AWS_SECRET_ACCESS_KEY=$AWS_ACCOUNT_SECRET_PROD
7960
aws cloudfront create-invalidation --distribution-id E173XT6X8V4A18 --paths '/*'

0 commit comments

Comments
 (0)