Skip to content
Snippets Groups Projects
Commit 0caafa86 authored by khawkins98's avatar khawkins98
Browse files

Add basic travis integaration

parent bd48e6c7
No related branches found
No related tags found
No related merge requests found
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm test
......@@ -11,7 +11,7 @@
"name": "ebi-framework",
"version": "1.2.0-alpha.2",
"scripts": {
"test": "echo \"To do: no test specified\" && exit 1",
"test": "npm run scss && npm run js",
"scss": "node-sass -o css css && csso ./css/ebi-global.css --output ./css/ebi-global.min.css && npm run foundation-scss-full-fat && npm run foundation-scss-lite && npm run foundation-scss-extras",
"//@16": [
"Foundation build variants",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment