Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
More pushd/popd
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Sep 11, 2017
1 parent 374ca8e commit bd25458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis_install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ download_pcre(){
install-ponyc-master(){
echo "Installing ponyc master..."
git clone [email protected]:WallarooLabs/ponyc.git
cd ponyc
pushd ponyc
echo "Building ponyc..."
make CC="$CC1" CXX="$CXX1" install
popd
}

echo "Installing ponyc build dependencies..."
Expand Down

0 comments on commit bd25458

Please sign in to comment.