Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Nov 25, 2017
1 parent 10352d4 commit 9c8045b
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 310 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js

node_js:
- "node"
- "8"
- "7"
- "6"

script: yarn test

cache:
yarn: true
File renamed without changes.
36 changes: 15 additions & 21 deletions demo/package.json → package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,37 @@
{
"name": "ngx-scrollbar-demo",
"version": "0.0.0",
"name": "ngx-scrollbar",
"version": "1.3.0",
"license": "MIT",
"description": "Demo app for ngx-scrollbar",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "npm link ngx-scrollbar"
"packagr": "ng-packagr -p ng-package.json"
},
"private": true,
"private": false,
"dependencies": {
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/common": "^5.0.3",
"@angular/compiler": "^5.0.3",
"@angular/core": "^5.0.3",
"@angular/platform-browser": "^5.0.3",
"@angular/platform-browser-dynamic": "^5.0.3",
"bootstrap": "^4.0.0-beta.2",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"rxjs": "^5.5.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/cli": "1.5.4",
"@angular/compiler-cli": "^5.0.3",
"@angular/language-service": "^5.0.0",
"@angular/platform-server": "^5.0.0",
"@nguniversal/express-engine": "^5.0.0-beta.5",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~4.0.0",
"express": "^4.16.2",
"codelyzer": "^4.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
Expand All @@ -44,12 +40,10 @@
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^2.0.0-rc.3",
"protractor": "~5.1.2",
"reflect-metadata": "~0.1.10",
"ts-loader": "~2.3.7",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2",
"webpack-node-externals": "~1.6.0"
"typescript": "~2.4.2"
}
}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9c8045b

Please sign in to comment.