Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit d1108ac

Browse files
committed
Merge pull request #34 from mphasize/travis
Add Travis CI configuration
2 parents ef67b19 + cb441ad commit d1108ac

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- '0.12'
4+
- iojs-v1.6
5+
sudo: false
6+
cache:
7+
directories:
8+
- node_modules

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ The `record` setting will sideload the complete record.
9898
If the generator exits with
9999
`error: Something else already exists at ... ` you can try running it with the `--force` option (at your own risk!)
100100

101+
Some records from relations/associations are missing? Sails has a default limit of 30 records per relation when populating. Try increasing the limit as a work-around until a pagination solution exists.
102+
101103
### Ember RESTAdapter
102104

103105
If you're using [Ember CLI](//ember-cli.com), you only need to setup the RESTAdapter as the application adapter.

0 commit comments

Comments
 (0)