mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
removed .travis.yml to avoid wasting of trial builds on travis
This commit is contained in:
25
.travis.yml
25
.travis.yml
@@ -1,25 +0,0 @@
|
|||||||
language: node_js
|
|
||||||
sudo: false
|
|
||||||
before_install:
|
|
||||||
- export CHROME_BIN=chromium-browser
|
|
||||||
- export DISPLAY=:99.0
|
|
||||||
- sh -e /etc/init.d/xvfb start
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- DEV_REGISTRY=http://devproducts.alfresco.me:4873
|
|
||||||
matrix:
|
|
||||||
- MODULE=ng2-alfresco-core
|
|
||||||
- MODULE=ng2-alfresco-datatable
|
|
||||||
- MODULE=ng2-alfresco-documentlist
|
|
||||||
- MODULE=ng2-alfresco-login
|
|
||||||
- MODULE=ng2-alfresco-search
|
|
||||||
- MODULE=ng2-alfresco-upload
|
|
||||||
|
|
||||||
node_js:
|
|
||||||
- v5
|
|
||||||
|
|
||||||
|
|
||||||
before_script: cd ./ng2-components/$MODULE; npm install --registry $DEV_REGISTRY
|
|
||||||
script: npm run test
|
|
||||||
# Send coverage data to Coveralls
|
|
||||||
#after_script: "cat ./ng2-components/$MODULE/coverage/lcov.info | ./ng2-components/$MODULE/node_modules/coveralls/bin/coveralls.js"
|
|
Reference in New Issue
Block a user