Skip to content

Commit

Permalink
Remove .js from scripts
Browse files Browse the repository at this point in the history
Antonio Scandurra committed Aug 2, 2016
1 parent 0b6b632 commit 354f0d8
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ install:
- source /tmp/.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use --delete-prefix $NODE_VERSION
- script/bootstrap.js
- script/build.js
- script/bootstrap
- script/build

script:
- echo 'Run tests at some point.'
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@ dependencies:
- npm install -g npm

override:
- script/bootstrap.js
- script/build.js --code-sign
- script/bootstrap
- script/build --code-sign

post:
- cd out/Atom-darwin-x64 && zip -r ../atom-mac.zip ./Atom.app && cd -
@@ -42,4 +42,4 @@ dependencies:

test:
override:
- script/test.js
- script/test
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 354f0d8

Please sign in to comment.