Skip to content

Commit 66ff27d

Browse files
authored
Merge pull request #99 from basiljs/ci/travis
ci(travis): setup travis for future automation
2 parents 2f583d3 + c37a35c commit 66ff27d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.bundle/config

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- stable

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Basil.js
2-
========
1+
# Basil.js
2+
3+
[![Build Status](https://travis-ci.org/basiljs/basiljs.github.io.svg?branch=master)](https://travis-ci.org/basiljs/basiljs.github.io)
34

45
This repo holds the [site/docs for Basil.js](https://basiljs.github.io/)
56

@@ -21,7 +22,7 @@ This will:
2122
After that you can just commit all the changes and push it the repo again. GitHub pages will take care of the jekyll build.
2223

2324

24-
## Development ##
25+
## Development
2526

2627
To build these docs we are using [Node.js](https://nodejs.org/en/) and [Jekyll](https://jekyllrb.com/). You need both of them installed to develop on this.
2728

@@ -35,9 +36,9 @@ To develop in this run:
3536
bundle update
3637
bundle exec jekyll serve --livereload
3738

38-
## License ##
39+
## License
3940

40-
Copyright (c) 2017 Basil.js
41+
Copyright (c) 2013-2019 Basil.js
4142
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4243
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4344
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "the docs for Basil.js",
55
"scripts": {
6+
"test": "echo \"no test specified\" && exit 0",
67
"webpack:dev": "webpack --config webpack-config/index.js --env dev --colors --progress --watch",
78
"webpack:prod": "webpack --config webpack-config/index.js --env prod --colors --progress",
89
"jekyll:dev": "bundle exec jekyll serve --livereload --incremental --limit_posts 5",

0 commit comments

Comments
 (0)