Skip to content

Commit

Permalink
Merge pull request #47 from uber/willsalz/fix-thrift-compiler-location
Browse files Browse the repository at this point in the history
fix thrift compiler location
  • Loading branch information
willsalz committed Aug 25, 2015
2 parents cf38616 + 8356d01 commit 04e3b92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,2 +1,6 @@
sudo: false
language: java
language: java
addons:
apt:
packages:
- thrift-compiler
2 changes: 1 addition & 1 deletion tchannel-core/pom.xml
Expand Up @@ -34,7 +34,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<thrift.executable>/usr/local/bin/thrift</thrift.executable>
<thrift.executable>thrift</thrift.executable>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion tchannel-example/pom.xml
Expand Up @@ -34,7 +34,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<thrift.executable>/usr/local/bin/thrift</thrift.executable>
<thrift.executable>thrift</thrift.executable>
</properties>

<dependencies>
Expand Down

0 comments on commit 04e3b92

Please sign in to comment.