blob: ca2140b1d787a3cde14895fd2091a9f8b5770724 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
language: node_js
node_js:
- '8'
- '10'
- '12'
sudo: required
services:
- docker
before_install:
- cd $TRAVIS_BUILD_DIR
install:
- "./tools/travis/setupscan.sh"
- cd $TRAVIS_BUILD_DIR
- "./tools/travis/setup.sh"
- cd $TRAVIS_BUILD_DIR
script:
- "./tools/travis/scancode.sh"
- cd $TRAVIS_BUILD_DIR
- "./tools/travis/build.sh"
deploy:
provider: npm
email: apacheopenwhisk@gmail.com
api_key:
secure: DBM6VScujsLbzNKOsZHX6/u+S7NKFbuzU/iKt20HmobUUDrCEOhL9aY+ojAw3mFktaM6M7U6fq8uazvXtqcsIy5j3prAIelZyJep1Tl1zkLptdphoa8DkDP5ErbjwN9LMZBs74PRKZDDsKJfgMDYHMw05gYsnDXhZ49V+2JCuJ5e3jidVAeXsdcF3pkxc5+YLk4IQ/ryk6bSG2VTA0U+Opcck7Z2S6JrVwvbJsLJcknsYXMMq4fttRIAXcG+yw8F8vndN9Ge50EJLsazHzyIxCPZhBNwTU9T7vwCB3XtepP+ghbb0CVI6DvfXPwPzw1iQDSOkKk8aFt77jdGV4HEdFitpukbzhmKEF6zd0SDwLkvPwafZhNNAchhv/VganFFj/ebPFtXMxI1SgvPGTsDIj6s2D6JGTgZN2BSzKRfUf0s05Dozx+2ZeZ3n61DykUK8xFoamlVZFD7iim8s1hg541xwQ/dtr3/zQ6gp5riQF8tXh5sOAiwVdLoZTpIvN9hgwB9RJ/GCxj7ug+WGkZmDHcPtCPO/zvjQc9rLVLC6o16NocpPwErGtez3MALwSh+7hLNG7ch/tSZzi3Ej81XRZpWyVY2pDq9oObxTWMFKfOvWOjKbrAnkOS1EA9djFsC5e46HlWpZlO16wbLZj6T3DT9GhuGxR//XCTwMtyCkuk=
on:
tags: true
repo: apache/openwhisk-client-js