Skip to content

Commit

Permalink
🐛 Fix travis build-package script
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Feb 10, 2015
1 parent 91412e1 commit 00cf91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "Downloading latest Minimap release..."
atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm install minimap

echo "Downloading package dependencies..."
atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm update
atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm install

echo "Running specs..."
ATOM_PATH=./atom atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm test --path atom/Atom.app/Contents/Resources/app/atom.sh
Expand Down

0 comments on commit 00cf91d

Please sign in to comment.