Skip to content
Snippets Groups Projects
Commit de6a5a71 authored by S. Li's avatar S. Li
Browse files

move travis to .travis

parent 2cc54f6e
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ node_js: ...@@ -8,12 +8,12 @@ node_js:
before_install: before_install:
- curl https://install.meteor.com | /bin/sh - curl https://install.meteor.com | /bin/sh
script: script:
- cd travis - cd .travis
- npm install - npm install
- npm start - npm start
- cd .. - cd ..
- meteor build ../build - meteor build ../build
- cd travis - cd .travis
- sh ./namefiles.sh - sh ./namefiles.sh
deploy: deploy:
provider: s3 provider: s3
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment