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

Commit

Permalink
Testing out more environment changes and adding empty setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Omer Chiasson committed Feb 19, 2017
1 parent 011a67d commit 7cac8a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
language: bash

os:
- linux
- osx

addons:
apt:
packages:
- mono-complete

before_install:
- sudo apt-get clean
- sudo apt-get update -qq
- sudo apt-get install -qq -y mono-complete
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install mono; fi
- curl https://sh.rustup.rs -sSf -o rustup.rs
- chmod ugo+x rustup.rs
- ./rustup.rs -y
Expand All @@ -22,7 +30,3 @@ script:
- ./test/go_lang.go
- ./test/java_lang.java
- ./test/rust_lang.rs

os:
- linux
- osx
3 changes: 3 additions & 0 deletions build/car_setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh

echo Hello, world!

0 comments on commit 7cac8a5

Please sign in to comment.