Skip to content

Commit

Permalink
Added travis and appveyor. Dependancy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
misterGF committed May 12, 2017
1 parent acb63d1 commit 6ad4d19
Show file tree
Hide file tree
Showing 7 changed files with 6,500 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
undefined
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ test/unit/coverage
test/e2e/reports
selenium-debug.log
.netlify
.*.dockerfile
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- 'node'
install:
- 'npm install'
script:
- 'npm run build'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<a href="https://copilot.misterGF.io" target="_blank">✈️️ Take it for a spin.</a>


[![Build Status](https://travis-ci.org/misterGF/CoPilot.svg?branch=master)](https://travis-ci.org/misterGF/CoPilot.svg?branch=master)
[![Build status](https://ci.appveyor.com/api/projects/status/wenct56narbt6r1l?svg=true)](https://ci.appveyor.com/project/misterGF/copilot)

!["CoPilot Screenshot"](http://res.cloudinary.com/gatec21/image/upload/v1489954238/copilot-march-2017_ifdrlj.png)

In an attempt to keep the project clean I have not included every plugin/feature that AdminLTE offers. You simply need to add the plugin in the /static/js/plugin folder to include them or use npm. I've included the popular ones.
Expand Down
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1.0.{build}
environment:
matrix:
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 7
build_script:
- ps: >-
Install-Product node $env:nodejs_version
npm install --loglevel=error
test_script:
- cmd: >-
npm run build
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-sinon-chai": "1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.2",
Expand Down Expand Up @@ -110,4 +110,4 @@
"last 2 versions",
"not ie <= 8"
]
}
}
Loading

0 comments on commit 6ad4d19

Please sign in to comment.