Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 14, 2019
1 parent a2f4995 commit b376210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: nodejs
language: node_js
os: linux

addons:
sonarcloud:
Expand All @@ -15,20 +16,17 @@ after_success:

deploy:
- provider: pages
skip_cleanup: true
local_dir: docs/
github_token: $GITHUB_TOKEN
token: $GITHUB_TOKEN
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
token: $GITHUB_TOKEN
file_glob: true
file: "amp-css-*.tgz"
skip_cleanup: true
on:
tags: true
- provider: npm
skip_cleanup: true
email: $NPM_MAIL
api_key: $NPM_TOKEN
on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amp-css",
"version": "1.0.1",
"version": "1.1.0",
"description": "Provides a binary to compile SCSS files and validate them for AMP.",
"bin": {
"amp-css": "dist/bin/amp-css"
Expand Down

0 comments on commit b376210

Please sign in to comment.