Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
GWlodarek committed Jun 24, 2016
1 parent 9d5c22a commit fca09bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
sudo: required

script:
- echo ">> Building and testing Swift IBM DB2 Driver."
- echo ">> Building and testing Swift SDK for DB2."
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./Build/linux.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./Build/osx.sh; fi
- echo ">> Swift IBM DB2 Driver built and tested. Check above for status."
- echo ">> Swift SDK for DB2 built and tested. Check above for status."
2 changes: 1 addition & 1 deletion Build/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker pull ubuntu:wily
update="apt-get update"
install_primary="apt-get install -y clang unixodbc-dev unzip wget tar git sudo"

# Install the IBM DB2 CLI
# Install the Swift SDK for DB2 CLI
install_cli="wget https://github.com/IBM-DTeam/swift-for-db2-cli/archive/master.zip && unzip master.zip && cd swift-for-db2-cli-master && sudo ./cli.sh && . env.sh && cd .. && rm -f master.zip && rm -rf swift-for-db2-cli-master"

# Get the needed Swift snapshot
Expand Down
2 changes: 1 addition & 1 deletion Build/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -e
# Install dependencies
brew install wget unixodbc

# Install the IBM DB2 CLI
# Install the Swift SDK for DB2 CLI
wget https://github.com/IBM-DTeam/swift-for-db2-cli/archive/master.zip && unzip master.zip && cd swift-for-db2-cli-master && sudo ./cli.sh && . env.sh && cd .. && rm -f master.zip && rm -rf swift-for-db2-cli-master

# Get the needed Swift snapshot
Expand Down

0 comments on commit fca09bb

Please sign in to comment.