Skip to content

Commit

Permalink
Fixed typo: Dextrity -> Dexterity
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 17, 2015
1 parent f1a2178 commit 88cefb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ install:
- pip install docutils
- sed -ie "s/^plone.version.*/plone.version = $PLONE_VERSION/g" test_answers.ini
- sed -ie "s/^package.type.*/package.type = $PACKAGE_TYPE/g" test_answers.ini
- if [ "$PACKAGE_TYPE" == "Dexterity" ]; then echo "package.dexterity_type_name = MyDextrityTestType" >> test_answers.ini; fi
- if [ "$PACKAGE_TYPE" == "Dexterity" ]; then echo "package.dexterity_type_name = MyDexterityTestType" >> test_answers.ini; fi
- bin/buildout -c travis.cfg

before_script:
Expand Down

0 comments on commit 88cefb5

Please sign in to comment.