Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

Commit 463a8ab

Browse files
authored
Merge pull request #1043 from harryadel/travis-fix
Add a basic travis config file
2 parents 9b2c1aa + 77ac167 commit 463a8ab

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

server/.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "4.6.1"
4+
cache:
5+
directories:
6+
- node_modules
7+
- $HOME/.meteor/
8+
9+
before_install:
10+
- export PATH="$HOME/.meteor:$PATH"
11+
- curl https://install.meteor.com | /bin/sh
12+
before_script:
13+
- npm install
14+
script:
15+
- npm run cli

0 commit comments

Comments
 (0)