Skip to content

Commit 789db48

Browse files
Merge pull request #2889 from salesforce-ux/chore/remove-snapshots-travis
Remove snapshot tests on travis
2 parents 138d0e9 + df9eb39 commit 789db48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/npm/build-travis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const exec = (command, cwd = '') =>
1717
const runScript = () => {
1818
exec('NODE_ENV=production');
1919
exec('npm run build');
20-
exec('npm run test:travis');
20+
// exec('npm run test:travis');
2121
exec('npm run lint');
2222
};
2323

0 commit comments

Comments
 (0)