Skip to content

Commit

Permalink
fix travis based build issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
  • Loading branch information
ericbmerritt authored and jwilberding committed Jun 5, 2012
1 parent aa1571a commit 431ac79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: erlang language: erlang
otp_release: otp_release:
- R15B - R15B
- R14B04
before_script: "make get-deps" before_script: "make get-deps"
script: "make test" script: "make test"
branches: branches:
Expand Down
2 changes: 1 addition & 1 deletion build-support/core-build.mkf
Expand Up @@ -93,7 +93,7 @@ all: build
@touch $@ @touch $@


$(GOT_DEPS): $(TMPDIR)/.d $(DEPS_DIR)/.d $(GOT_DEPS): $(TMPDIR)/.d $(DEPS_DIR)/.d
wget --progress=bar https://github.com/downloads/erlware/sinan/deps.tar.gz -O $(LOCAL_DEPS) wget --progress=bar https://github.com/downloads/erlware/joxa/joxa-deps.tar.gz -O $(LOCAL_DEPS)
touch $(LOCAL_DEPS) touch $(LOCAL_DEPS)
tar xzf $(LOCAL_DEPS) --directory=$(DEPS_DIR) tar xzf $(LOCAL_DEPS) --directory=$(DEPS_DIR)
touch $(GOT_DEPS) touch $(GOT_DEPS)
Expand Down

0 comments on commit 431ac79

Please sign in to comment.