Skip to content

Commit 86c4b24

Browse files
author
Valentin Hervieu
committed
chore(CI): Add .travis.yml file (for real this time)
1 parent 47f1436 commit 86c4b24

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- '4.2'
4+
cache:
5+
directories:
6+
- node_modules
7+
before_install:
8+
- npm i -g npm@^2.0.0
9+
- npm install -g grunt-cli
10+
install: npm install
11+
before_script:
12+
- npm run build
13+
script:
14+
- npm run test

dist/rzslider.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! angularjs-slider - v2.2.0 -
22
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
3-
https://github.com/rzajac/angularjs-slider.git -
4-
2015-12-20 */
3+
https://github.com/angular-slider/angularjs-slider -
4+
2015-12-21 */
55
rzslider {
66
position: relative;
77
display: inline-block;

dist/rzslider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! angularjs-slider - v2.2.0 -
22
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
3-
https://github.com/rzajac/angularjs-slider.git -
4-
2015-12-20 */
3+
https://github.com/angular-slider/angularjs-slider -
4+
2015-12-21 */
55
/*jslint unparam: true */
66
/*global angular: false, console: false, define, module */
77
(function(root, factory) {

dist/rzslider.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rzslider.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"slider"
1313
],
1414
"scripts": {
15-
"commit": "git-cz"
15+
"commit": "git-cz",
16+
"build": "grunt",
17+
"test": "grunt test"
1618
},
1719
"devDependencies": {
1820
"angular-mocks": "^1.4.8",

0 commit comments

Comments
 (0)