Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit dcead1e

Browse files
authored
fix(srcclr): Properly enable SourceClear (optimizely#214)
## Summary Fix the indentation in .travis.yml. ## Issues - OASIS-4076
1 parent cac996b commit dcead1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
before_install: cd packages/optimizely-sdk
2323
install: npm install
2424
addons:
25-
srcclr: true
25+
srcclr: true
2626
script: npm test
2727
after_success: npm run coveralls
2828

0 commit comments

Comments
 (0)