Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Commit

Permalink
REV: add travis ci tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Deshi Xiao committed Jul 23, 2014
1 parent 132f703 commit 5206539
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- "0.10"
services:
- mongodb
before_install: npm install -g grunt-cli
install: npm install
before_script:
- "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "grunt default"
- "cp settings.json.example settings.json"
script:
- "DISPLAY=:99.0 grunt test"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ used as internal productivity tool in [Red Hat](https://www.redhat.com/).
This we believe, is a great open source project for
learning HTML5/Nodejs/socket.io/backbone.js technology.

[![Build Status](https://travis-ci.org/onepiecejs/nodejs-cantas.svg?branch=master)](http://travis-ci.org/onepiecejs/nodejs-cantas)

Thanks for [all Contributors](AUTHORS.md)

![project screenshot](./public/images/cantas-help-list.gif)
Expand Down

0 comments on commit 5206539

Please sign in to comment.