fcf483a255
issue #1287, issue #1147 - our support was partial, is based on node-sqlite3, which has dropped partial support as well - node 0.11 is a dev version, and has lots of breaking changes - we will add node 0.12 support when it is released
18 lines
388 B
YAML
18 lines
388 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
git:
|
|
submodules: false
|
|
before_install:
|
|
- gem update --system
|
|
- gem install sass bourbon
|
|
- npm install -g grunt-cli
|
|
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
|
- cd ~/casperjs
|
|
- git checkout tags/1.1-beta1
|
|
- export PATH=$PATH:`pwd`/bin
|
|
- cd -
|
|
before_script:
|
|
- phantomjs --version
|
|
- casperjs --version
|
|
- grunt init |