mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +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",
|
||||
"private": true,
|
||||
"version": "0.0.01",
|
||||
"private": false,
|
||||
"version": "0.9.04",
|
||||
"devDependencies": {
|
||||
"karma": "~0.10",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
@ -12,6 +13,9 @@
|
||||
"grunt-contrib-jshint": "~0.6.4",
|
||||
"grunt-contrib-sass": "~0.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT"
|
||||
|
||||
Reference in New Issue
Block a user