Skip to content

Commit c06b0ea

Browse files
committed
Bump version v0.1.2
1 parent 3e26a9e commit c06b0ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ deploy:
6868
local_dir: site
6969
skip_cleanup: true
7070
on:
71-
condition: "$TRAVIS_OS_NAME = linux"
71+
condition: $TRAVIS_OS_NAME = linux
7272
repo: mole-ids/mole
7373
all_branches: true
74-
condition: $TRAVIS_BRANCH =~ ^master$|^v[0-9.]+$
7574

7675
- provider: releases
7776
api_key: ${GITHUB_TOKEN}
@@ -82,5 +81,4 @@ deploy:
8281
draft: false
8382
on:
8483
repo: mole-ids/mole
85-
all_branches: true
8684
tags: true

.travis/macosx-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ RED="\e[31m"
4949
GREEN="\e[32m"
5050
RESET="\e[0m"
5151

52+
export CLICOLOR=1
53+
export LSCOLORS=GxFxCxDxBxegedabagaced
54+
5255
function cleanUp() {
5356
echo -n "[*] Cleaning up the build pipeline..."
5457
ERROR=$(rm -rf ${BASE_PATH} 2>&1 >/dev/null)

0 commit comments

Comments
 (0)