Skip to content

Commit cb6e565

Browse files
authored
Merge pull request brix#110 from szepeviktor/patch-2
Intruduce Travis
2 parents 4b7673e + 918e680 commit cb6e565

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dist: trusty
2+
sudo: false
3+
4+
language: node_js
5+
node_js:
6+
- "6"
7+
- "7"
8+
9+
before_script:
10+
- npm install -g grunt-cli
11+
- npm install build
12+
13+
cache:
14+
directories:
15+
- "node_modules"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# crypto-js
1+
# crypto-js [![Build Status](https://travis-ci.org/brix/crypto-js.svg?branch=develop)](https://travis-ci.org/brix/crypto-js)
22

33
JavaScript library of crypto standards.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"scripts": {
2020
"build": "grunt build",
21-
"check": "grunt default"
21+
"test": "grunt default"
2222
},
2323
"main": "index.js",
2424
"dependencies": {},

0 commit comments

Comments
 (0)