Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Travis CI builds #88

Open
jonnenauha opened this issue Feb 3, 2016 · 0 comments
Open

Implement Travis CI builds #88

jonnenauha opened this issue Feb 3, 2016 · 0 comments

Comments

@jonnenauha
Copy link
Member

So we can get a badge of current build status (if people want could report to the rex irc channel too). And can see the build state on each commit.

Something like this from the top of my head.

// VM init
apt-get install nodejs // is npm installed with this on linux or needs another package?
npm install -g bower grunt-cli
// build
git clone
npm install && bower install --allow-root
grunt build
grunt doc

Add status badge to readme.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant