Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
add missing 'then'
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Nov 16, 2018
1 parent 8f412eb commit 472b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
before_deploy:
- ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME-`uname -m`.tar"
- yarn prebuild
- if [ $TRAVIS_OS_NAME = windows ]; yarn prebuild-ia32; fi
- if [ $TRAVIS_OS_NAME = windows ]; then yarn prebuild-ia32; fi
- if [ $TRAVIS_OS_NAME = osx ]; then cp "$TRAVIS_BUILD_DIR/lib/libavutil.dylib" "$TRAVIS_BUILD_DIR/prebuilds/darwin-x64/";
install_name_tool -change "/usr/local/lib/libavutil.56.dylib" "@loader_path/libavutil.dylib"
"$TRAVIS_BUILD_DIR/prebuilds/darwin-x64/node-napi.node"; otool -L "$TRAVIS_BUILD_DIR/prebuilds/darwin-x64/node-napi.node";
Expand Down

0 comments on commit 472b1c4

Please sign in to comment.