Skip to content

Commit

Permalink
Fix Travis Build. Switch back to Node.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsh committed Sep 10, 2015
1 parent 18508d3 commit 4b8beb0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
@@ -1,15 +1,12 @@
language: objective-c
language: node_js
node_js:
- '0.10'
before_install:
- npm install coffee-script
install:
- pod install --project-directory=./test/
- npm install
before_script:
- ./node_modules/.bin/cake archive
script:
- ./node_modules/.bin/cake test
- ls -l
deploy:
provider: releases
api_key:
Expand All @@ -20,5 +17,3 @@ deploy:
tags: true
all_branches: true
repo: luckymarmot/Paw-ObjCAFNetworkingCodeGenerator
os:
- osx

0 comments on commit 4b8beb0

Please sign in to comment.