Skip to content

Commit

Permalink
Merge pull request #2889 from salesforce-ux/chore/remove-snapshots-tr…
Browse files Browse the repository at this point in the history
…avis

Remove snapshot tests on travis
  • Loading branch information
brandonferrua committed Oct 30, 2017
2 parents 138d0e9 + df9eb39 commit 789db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/npm/build-travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const exec = (command, cwd = '') =>
const runScript = () => {
exec('NODE_ENV=production');
exec('npm run build');
exec('npm run test:travis');
// exec('npm run test:travis');
exec('npm run lint');
};

Expand Down

0 comments on commit 789db48

Please sign in to comment.