forked from DanKottke/midas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (31 loc) · 793 Bytes
/
.travis.yml
File metadata and controls
32 lines (31 loc) · 793 Bytes
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
language: node_js
node_js:
- "0.10"
before_install:
- mkdir node_modules
- git clone git://github.com/Innovation-Toolkit/sails-postgresql.git
- cd sails-postgresql
- git checkout bytea
- npm install
- cd ../node_modules
- ln -s ../sails-postgresql sails-postgresql
- cd ..
# - git clone git://github.com/Innovation-Toolkit/anchor.git
# - cd anchor
# - npm install
# - cd ..
# - git clone git://github.com/balderdashy/sails.git
# - cd sails
# - git checkout 88023b5e4557b42258e6f651b99070d19d55502c
# - mkdir node_modules
# - cd node_modules
# - ln -s ../../anchor anchor
# - cd ..
# - ls -l node_modules
# - npm install
# - cd ../node_modules
# - ln -s ../anchor anchor
# - ln -s ../sails sails
# - cd ..
# - ls -l node_modules
# - pwd