From 72d14332eb56f7a8a742678de1610901a221b0bc Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Tue, 16 Jul 2019 17:45:12 -0300 Subject: [PATCH] Build on Travis CI --- .travis.yml | 24 ++++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..b8f81d1a91d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +language: node_js + +node_js: + - 8 + - 9 + - 10 + - 11 + - 12 + +env: + - INSTALL=bower + - INSTALL=yarn + - INSTALL=npm + +matrix: + fast_finish: true + +install: + - if [ "bower" == $INSTALL ]; then yarn global add bower && bower install; fi + - if [ "yarn" == $INSTALL ]; then yarn install; fi + - if [ "npm" == $INSTALL ]; then npm install; fi + +script: + - echo 'Tests must be configured' diff --git a/README.md b/README.md index ad73e9b23e8..fc3fbaef249 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Introduction ============ +[![Build Status](https://img.shields.io/travis/ColorlibHQ/AdminLTE.svg)](https://travis-ci.org/ColorlibHQ/AdminLTE) ![Bower version](https://img.shields.io/bower/v/adminlte.svg) [![npm version](https://img.shields.io/npm/v/admin-lte.svg)](https://www.npmjs.com/package/admin-lte) [![Packagist](https://img.shields.io/packagist/v/almasaeed2010/adminlte.svg)](https://packagist.org/packages/almasaeed2010/adminlte) @@ -42,7 +43,7 @@ reserves the right to change the license of future releases. Wondering what you AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://adminlte.io/themes/AdminLTE/documentation/index.html#upgrade), but if you intend to keep using AdminLTE 1.x, you can download the latest release from the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) section above. ### Change log -**For the most recent change log, visit the [releases page](https://github.com/ColorlibHQ/AdminLTE/releases) or the [changelog file](https://github.com/ColorlibHQ/AdminLTE/blob/master/changelog.md).** We will add detailed release notes to each new release. +**For the most recent change log, visit the [releases page](https://github.com/ColorlibHQ/AdminLTE/releases) or the [changelog file](https://github.com/ColorlibHQ/AdminLTE/blob/master/changelog.md).** We will add detailed release notes to each new release. ### Image Credits - [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)