Skip to content

Commit

Permalink
Merge pull request #38 from qiniu/develop
Browse files Browse the repository at this point in the history
x
  • Loading branch information
xushiwei committed Apr 13, 2016
2 parents f6ad7b5 + 117a1d1 commit 95b6ba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
language: go
sudo: false
install:
- export QINIU_SRC=$HOME/gopath/src
- mkdir -p $QINIU_SRC/gopkg.in
- mv $QINIU_SRC/github.com/qiniu/iconv $QINIU_SRC/gopkg.in/iconv.v1
- export TRAVIS_BUILD_DIR=$QINIU_SRC/gopkg.in/iconv.v1
script:
- cd $TRAVIS_BUILD_DIR
- go install -v ./...
1 change: 0 additions & 1 deletion iconv.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package iconv

// #cgo darwin LDFLAGS: -liconv
// #cgo freebsd LDFLAGS: -liconv
// #cgo linux LDFLAGS: -liconv
// #cgo windows LDFLAGS: -liconv
// #include <iconv.h>
// #include <stdlib.h>
Expand Down

0 comments on commit 95b6ba6

Please sign in to comment.