Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #304 from atom/use-recommended-atom-ci-build-commands
Browse files Browse the repository at this point in the history
Use atom/ci's recommended commands for fetching & running the build script
  • Loading branch information
jasonrudolph authored Jan 16, 2018
2 parents 5503d88 + 3d87f42 commit b53e144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ addons:
before_script:
- createdb teletype-test

script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh

git:
depth: 10

0 comments on commit b53e144

Please sign in to comment.