Skip to content

Commit

Permalink
echo FOO
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Sep 11, 2015
1 parent b5b577d commit 04753f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
os:
- osx
- linux
sudo: false

install:
- test $TRAVIS_OS_NAME = "osx" && brew install nvm && source $(brew --prefix nvm)/nvm.sh || test $TRAVIS_OS_NAME = "linux"
- nvm install 0.10
- node --version
- npm --version
- nvm --version


script: printenv
script: bash script.sh
1 change: 1 addition & 0 deletions script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo FOO

0 comments on commit 04753f0

Please sign in to comment.