Skip to content

Commit 8730806

Browse files
committed
Merge branch 'namespace_packages' into implement_format_namespace_package
2 parents 0b52a21 + c089acf commit 8730806

206 files changed

Lines changed: 5 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fluent-syntax/tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2-
fluent-syntax/tests/syntax/fixtures_reference/cr.ftl eol=cr
3-
fluent-syntax/tests/syntax/fixtures_structure/crlf.ftl eol=crlf
1+
fluent.syntax/tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2+
fluent.syntax/tests/syntax/fixtures_reference/cr.ftl eol=cr
3+
fluent.syntax/tests/syntax/fixtures_structure/crlf.ftl eol=crlf

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- "pypy3"
99
- "nightly"
1010
env:
11-
- PACKAGE=fluent-syntax
11+
- PACKAGE=fluent.syntax
1212
- PACKAGE=fluent-bundle
1313
install: pip install tox-travis
1414
script: cd $PACKAGE; tox

0 commit comments

Comments
 (0)