Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Testing the deploy with an encrypted oauth token
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Omer Chiasson committed Feb 19, 2017
1 parent ab542b2 commit ab0beb0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
language: bash

os:
- linux
- osx

addons:
apt:
packages:
- mono-complete

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install mono; fi
Expand All @@ -17,7 +14,6 @@ before_install:
- ./rustup.rs -y
- source "$HOME/.cargo/env"
- rm rustup.rs

script:
- ./build/car_setup.sh
- ./test/c_lang.c
Expand All @@ -30,8 +26,10 @@ script:

deploy:
provider: releases
api_key: 93dc5c91526cf7f58900b038af12c91db57e54ce
api_key:
secure: OtZh47dw1JTJBQuvH/MwiWxQt69IR2lHZw2frGBkSA8B3lr1sg9VelNTH04sduUYVvii+3/fcFaXnGGQyI7qMMQf6e3q776ZO9r6l53+L2joZVSG8rYcC6z9Oih8FpZHpEOWnShvURKvx5wlD1Vb6y2QR1B2M5g43tCeeDdGB0S/EoZsxgBmAp/Axu3wK//8ueuLbvG+9f5ad1EhMVF/wonzF0uXr5tjCi+UmCyW6f0GnBVbAxcVlUBbKFB2+T1LBDeENVrxLHDbEn68BCYD4e7JHIRPZLiJ2t1jUFvjcOWFJlvWG7VYx1KWxue1KomcFTA1WZ+Zfb51969jGgJ1+2mCc/TVR9quwihs84ACoJIhUHVQ/TNuw13nnlJhWy8x2jjeomxdkgIF6r5JfvrZeUxR4n/lX6KMUnWMwaGFE2+VbrEFzfCtsotVIf7/lQRZZmLm7f/K2SLQUMWJ56ltdAFr3tkMJ/OeTecl88I+lNB7E3DUR/78LPb9DbkL9FmE7ASbjSsXTGnwqFgHGtej9bQXKmTBd130VGNxp9+XVw0TiWSjkNb6rhzpo+S/teDHNqa2KNmV6lyjL+v5C72BB/6LkltLLKdR4lhVoBKtuhHte8ipwC7aJjqlHkmrxoOZyHb8ZJExxJXWzZyUzWjdQNojZehcVJPpZD8/O/sU+Sk=
file: ./build/car_setup.sh
skip_cleanup: true
on:
repo: nicholaschiasson/car
tags: true

0 comments on commit ab0beb0

Please sign in to comment.