Skip to content

Commit

Permalink
releases: 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Sep 18, 2018
1 parent 6f43dc9 commit 8430b08
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
35 changes: 18 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
sudo: required
language: node_js
node_js:
- "8.11.0"

env:
- TASK=test
- TASK=lint
- TASK=build
- TASK=site:build
- '8.11'

addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta

git:
depth: 1

cache:
yarn: true
directories:
- ./node_modules

before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

env:
- TASK=build
- TASK=test
- TASK=lint
- TASK=site:build

script:
- npm run $TASK
- |
if [ "$TASK" = "test" ]; then
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
fi
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "ngx-tinymce",
"version": "2.1.0",
"main": "./bundles/tinymce.umd.js",
"module": "./esm5/tinymce.js",
"es2015": "./esm2015/tinymce.js",
"typings": "./tinymce.d.ts",
"version": "2.1.1",
"description": "Angular for tinymce",
"license": "MIT",
"author": "cipchk",
Expand Down

0 comments on commit 8430b08

Please sign in to comment.