mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Testing travis
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 0.10
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- npm install -g grunt-cli
|
||||||
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "ionic",
|
"name": "ionic",
|
||||||
"private": true,
|
"private": false,
|
||||||
"version": "0.0.01",
|
"version": "0.9.04",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"karma": "~0.10",
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-cli": "~0.1.9",
|
"grunt-cli": "~0.1.9",
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
@ -12,6 +13,9 @@
|
|||||||
"grunt-contrib-jshint": "~0.6.4",
|
"grunt-contrib-jshint": "~0.6.4",
|
||||||
"grunt-contrib-sass": "~0.5.0"
|
"grunt-contrib-sass": "~0.5.0"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
|
||||||
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
{
|
{
|
||||||
"type": "MIT"
|
"type": "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user