mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Travis config improvements
Don’t link core with core, just use what “travis” script provides for each module
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ env:
|
||||
- MODULE=ng2-alfresco-viewer
|
||||
|
||||
before_script:
|
||||
- cd ng2-components/$MODULE; npm install; npm link ng2-alfresco-core; npm run travis
|
||||
- cd ng2-components/$MODULE; npm install; npm run travis
|
||||
- ls -ltrh ./node_modules/
|
||||
script: npm run test
|
||||
# Send coverage data to Coveralls
|
||||
|
||||
Reference in New Issue
Block a user