Skip to content

Commit

Permalink
Merge branch 'release/v3.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed Mar 22, 2019
2 parents fb562da + a19fb34 commit 079a771
Show file tree
Hide file tree
Showing 241 changed files with 3,274 additions and 1,300 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,25 @@ notifications:
rooms:
- temainfo:QGzy1iQZdygEHxsEuylBqC1e#truly-ui
- temainfo:QGzy1iQZdygEHxsEuylBqC1e#builds
- trulyui:76h7TWRl73PnVEjb7ab0F5S2#builds
node_js:
- '8'
- '10'
- '11'
- "11.10.1"
before_script:
- npm prune
- npm run lint
- npm run test
script:
- npm run build:library
- npm run copy:assets
- npm run copy:marckdowns
after_success:
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run copy:assets; fi
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run copy:marckdowns; fi
- if [[ "$TRAVIS_BRANCH" == "develop" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run publish:dev; fi
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run semantic-release; fi
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run build:showcase; fi
before_deploy:
- if [[ "$TRAVIS_BRANCH" == "develop" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then cd dist; fi
deploy:
- provider: s3
local_dir: showcase
Expand All @@ -34,6 +38,13 @@ deploy:
bucket: "truly-ui.com"
region: us-east-1
acl: public_read
- provider: npm
skip_cleanup: true
email: "truly@temainfo.com.br"
api_key: $NPM_TOKEN
tag: dev
on:
branch: develop
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
- ✨ Learn about it on the [docs site](http://truly-ui.com/)
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/truly-ui-simple)
- 😎 Checkout the [sample application](integration)
- 📝 Learn about updates from the [changelog](CHANGELOG.md)
- 📖 Read the blog [posts](https://medium.com/truly-ui)
- 📝 Learn about updates from the [changelog](https://github.com/TemainfoSoftware/truly-ui/releases)
- 💬 Get to know the latest news first through [slack](https://trulyui.slack.com)


Expand Down Expand Up @@ -93,7 +94,7 @@ We assume that you have already installed the following packages at least and ar

```
"styles": [
src/styles.css",
"src/styles.css",
...
"node_modules/@angular/cdk/overlay-prebuilt.css",
"node_modules/truly-ui/css/icons/dx-icons/css/icons.scss",
Expand Down
Loading

0 comments on commit 079a771

Please sign in to comment.